home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 22 / Oxygen Multimedia Graphics 22.iso / pc / System / OX22 / PDC_76_Keynote Button.ls < prev    next >
Encoding:
Text File  |  2008-03-12  |  249 b   |  15 lines

  1. global goUp
  2.  
  3. on beginSprite
  4.   if the platform contains "Mac" then
  5.     sprite(40).visible = 1
  6.   else
  7.     sprite(40).visible = 0
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   KeyText = the moviePath & goUp & "Keynote Users.txt"
  13.   OpenIt = baOpenFile(KeyText, EMPTY)
  14. end
  15.